home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk72 / titlcd / titlemcd.doc < prev    next >
Text File  |  1995-03-19  |  1KB  |  33 lines

  1. titlemCD
  2. --------
  3.  
  4. The purpose of this program is to put the current directory into the Title
  5. Bar of your CLI window(s).  The program sits in the background, watching all
  6. your CLI's, and if you change the current directory in any CLI, that window
  7. gets updated with the new current directory.  I've tested it with CLI, CLI
  8. plus ConMan, and the AmigaShell that comes with 1.3.
  9.  
  10. The program itself, titlemCD, should be installed in your c: directory.  The
  11. ideal way to get it running is with the following statement in your startup
  12. sequence:
  13.  
  14.     runback titlemCD
  15.  
  16. The program sets its own priority to -10, so it always gets out of the way of
  17. the normal things you're running.  It only runs when the Amiga has nothing
  18. else to do.
  19.  
  20. titlemCD can stay running for as long as your Amiga is on; it doesn't take
  21. much memory, and at low priority it won't slow you down.  If for any reason
  22. you want to 'kill' it, send it a break via a CLI:
  23.  
  24.     1> status
  25.     Process 1: Loaded as command: status
  26.     Process 3: Loaded as command: c:titlemCD
  27.  
  28.     1> break 3
  29.  
  30. Bug reports to: PLINK: NICKDANGER
  31.                 CIS: 70535,542
  32.                 
  33.